ClientNotificationOrBuilder

interface ClientNotificationOrBuilder : MessageOrBuilder

Inheritors

Properties

Functions

Link copied to clipboard
.meshtastic.DuplicatedPublicKey duplicated_public_key = 14;
Link copied to clipboard
.meshtastic.DuplicatedPublicKey duplicated_public_key = 14;
Link copied to clipboard
.meshtastic.KeyVerificationFinal key_verification_final = 13;
Link copied to clipboard
.meshtastic.KeyVerificationFinal key_verification_final = 13;
Link copied to clipboard
.meshtastic.KeyVerificationNumberInform key_verification_number_inform = 11;
Link copied to clipboard
.meshtastic.KeyVerificationNumberInform key_verification_number_inform = 11;
Link copied to clipboard
.meshtastic.KeyVerificationNumberRequest key_verification_number_request = 12;
Link copied to clipboard
.meshtastic.KeyVerificationNumberRequest key_verification_number_request = 12;
Link copied to clipboard

The level type of notification
.meshtastic.LogRecord.Level level = 3;
Link copied to clipboard
abstract fun getLevelValue(): Int

The level type of notification
.meshtastic.LogRecord.Level level = 3;
Link copied to clipboard
.meshtastic.LowEntropyKey low_entropy_key = 15;
Link copied to clipboard
.meshtastic.LowEntropyKey low_entropy_key = 15;
Link copied to clipboard
abstract fun getMessage(): String

The message body of the notification
string message = 4;
Link copied to clipboard
abstract fun getMessageBytes(): ByteString

The message body of the notification
string message = 4;
Link copied to clipboard
abstract fun getReplyId(): Int

The id of the packet we're notifying in response to
optional uint32 reply_id = 1;
Link copied to clipboard
abstract fun getTime(): Int

Seconds since 1970 - or 0 for unknown/unset
fixed32 time = 2;
Link copied to clipboard
.meshtastic.DuplicatedPublicKey duplicated_public_key = 14;
Link copied to clipboard
.meshtastic.KeyVerificationFinal key_verification_final = 13;
Link copied to clipboard
.meshtastic.KeyVerificationNumberInform key_verification_number_inform = 11;
Link copied to clipboard
.meshtastic.KeyVerificationNumberRequest key_verification_number_request = 12;
Link copied to clipboard
abstract fun hasLowEntropyKey(): Boolean
.meshtastic.LowEntropyKey low_entropy_key = 15;
Link copied to clipboard
abstract fun hasReplyId(): Boolean

The id of the packet we're notifying in response to
optional uint32 reply_id = 1;